UIKit Text Monitor Classes
-
A
See moreTextFieldTextMonitor
instance monitors a text field for changes to its text.Declaration
Swift
public class TextFieldTextMonitor : BaseNotificationMonitor
-
A
See moreTextInputModeMonitor
instance monitors the responder chain for changes to the current input mode.Declaration
Swift
public class TextInputModeMonitor : BaseNotificationMonitor
-
A
See moreTextStorageMonitor
instance monitors a text storage for the processing of edits to its contents.Declaration
Swift
public class TextStorageMonitor : BaseNotificationMonitor
-
A
See moreTextViewTextMonitor
instance monitors a text view for changes to its text.Declaration
Swift
public class TextViewTextMonitor : BaseNotificationMonitor